CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Random Number Generator

搜索资源列表

  1. knuth.f90

    0下载:
  2. Yet another random number generator this one is based upon an algorithm by Donald Knuth -Yet another random number generator this one is based upon an algorithm by Donald Knuth
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:jejaka
  1. randapplication

    0下载:
  2. 一个随机数产生程序.希望对初学者有所帮助.-A random number generator program. I hope to be helpful to beginners.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:326155
    • 提供者:小柯
  1. accessory_parameter

    0下载:
  2. lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。-Monte Carlo method lingjian.m----- using parts lingjian.m initial value, using the Monte Carlo method to calculate the total cost. Using i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:3233
    • 提供者:陈高飞
  1. randomc

    0下载:
  2. Mersenne twister,Mother-of-All (Multiply with carry) and SIMD-oriented Fast Mersenne Twister Random number generator writtern in c-Mersenne twister,Mother-of-All (Multiply with carry) and SIMD-oriented Fast Mersenne Twister Random number generato
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:224666
    • 提供者:Mzong
  1. CCode

    0下载:
  2. 遗传算法CUse time of day to feed the random number generator seed
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3591
    • 提供者:dfgert
  1. Monty

    0下载:
  2. 游戏规则如下:游戏中设有三扇门,其中一扇门后上一辆汽车,另外两扇门后各有一头山羊。游戏参与者首先选择其中一扇门,然后节目主持人将另外两扇门中藏有山羊的那扇打开(由于有两头山羊,不管游戏参与者如何选择,节目主持人总是可以打开一扇藏有山羊的门),并给游戏参与者一次改选的机会。这样,游戏参与者实际上有三种不同的选择方式: 1、维持原先的选择不变 2、随机选定是维持原先的选择还是选择另一扇门(例如抛硬币做决定) 3、直接选择另一扇门 模拟程序运行时,提示拥护输入其所做的决
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:259315
    • 提供者:firebird
  1. Zufallszahlen

    0下载:
  2. 数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1318
    • 提供者:ly weimar
  1. fangsaizichengxu

    0下载:
  2. 编写一个仿骰子程序,将六面体骰子掷6000次,统计出各面出现的次数。每次投掷骰子出现哪一面,由随机数发生器提供的函数经过处理而确定-Procedures for the preparation of an imitation dice will hexahedron dice throwing objects from a 6000 meeting, the statistics of the number of the surface there. Which occur every time
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:123
  1. weisuijishu

    0下载:
  2. 自己用vc++编的伪随机数生成器,可以输入生成多少个,且可以保存-Their use vc++ for the pseudo-random number generator can generate the number of input and can be saved
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3741833
    • 提供者:Jonas
  1. size1

    0下载:
  2. 简单的四则运算 产生两个随机数 产生随机的计算-Simple arithmetic have two random number generator random calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:35088
    • 提供者:原国
  1. TestRnd

    0下载:
  2. 随机数生成测试,适于初学者,可以下载下来研究一下-Random number generator test, suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2092
    • 提供者:祝志云
  1. test_22.2

    0下载:
  2. 2、 编写一个产生1000个1到10范围内的随机数的程序。不要保存或打印数字,仅打印每个数被产生了多少次。让程序对10个不同的种子值进行计算。数字出现的次数相同吗?可以使用自定义的随机函数或ANSI C中的函数rand()和srand()。这是一个测试特定随机数发生器的随机性的方法。-1000 arising from the preparation of a 1-10 range of the random number procedure. Do not save or print the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:651
    • 提供者:qfnu08zzr
  1. test_22.3

    0下载:
  2. 3、 编写一个函数。该函数接受下列参数:一个int数组的名称,数组大小和一个代表选取次数的值。然后函数从数组中随机选择指定数量的元素并打印他们。每个元素最多选择一次(模拟抽奖或挑选陪审成员)。另外,请使用time()或其它类似的函数生成种子。以便srand()函数初始化随机数生成器rand()。编写一个简单的程序测试该函数。-The preparation of a function. The function accepts the following parameters: the name
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:734
    • 提供者:qfnu08zzr
  1. NormalDistribution

    0下载:
  2. Random Number Generator based Normal Distribution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:22824
    • 提供者:b3dnar
  1. SPIM2008_spring

    0下载:
  2. 这是mips汇编语言的模拟器SPIM的使用说明,对MIPS干兴趣的下。-Mips assembly language this is the SPIM simulator of the use of MIPS interest in the next stem.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:521309
    • 提供者:Apeng Lan
  1. RandomNumberGenerator

    0下载:
  2. Random Number Generator 研究通訊系統的第一步,同餘法產生隨機數副程式-Random Number Generator of the first step in communication systems research, with more than random number subroutine law
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1838
    • 提供者:stanley
  1. rand

    0下载:
  2. 数值算法,各种伪随机数发生器的源代码程序-Numerical algorithm, a variety of pseudo-random number generator program source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1906066
    • 提供者:叶飞
  1. randomnumber

    0下载:
  2. (0,1)均匀随机数产生源程序 基于基于贝斯-德拉姆洗牌技术的组合方法-(0,1) uniform random number generator based on source-based bass- a combination of technologies Durham shuffle method
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:140500
    • 提供者:
  1. norm

    0下载:
  2. 自己编写的随机数产生程序 可以产生任意非标准正态随机数布的-I have written procedures for the random number generator can produce any non-standard normal random number cloth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:148122
    • 提供者:
  1. DoubleColorBall

    0下载:
  2. 横向滚动显示文字,随机数产生算法,动态显示随机数,利用VC操作Excel,排列组合方法-Horizontal scrolling text, random number generator algorithm, dynamic display of random numbers, use of VC operation of Excel, permutation and combination method
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2403662
    • 提供者:洪晓
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com